--- /dev/null
+From c1352c9df7f1dea1a86e1deece87cfbff4d04789 Mon Sep 17 00:00:00 2001
+Date: Thu, 13 Nov 2025 16:12:16 +0100
+Subject: [PATCH] CMakeLists: support CMake >= 4.0 version
+
+Bump minimum CMake version to 3.10 to support CMake >= 4.0 version.
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 1c970d9..cfb878e 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 2.8)
++cmake_minimum_required(VERSION 3.10)
+ project(ohybridproxy C)
+
+ set(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
+--
+2.51.0
+